Added fast path to ERT explanation of `equal'.
authorChristian Ohler <ohler@gnu.org>
Thu, 3 Mar 2011 09:01:51 +0000 (02:01 -0700)
committerChristian Ohler <ohler@gnu.org>
Thu, 3 Mar 2011 09:01:51 +0000 (02:01 -0700)
commita96038d7b1ef566342299215a8f0bc539f715ad6
tree901c7bfc38e65331275b26e246ce4942208a2096
parent1276aaab722cc638734684f595d4234328ad41a9
Added fast path to ERT explanation of `equal'.
* emacs-lisp/ert.el (ert--explain-equal): New function.
(ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
All callers changed.
(ert--explain-equal-including-properties): Renamed from
`ert--explain-not-equal-including-properties'.  All callers
changed.
* automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
New test.
lisp/ChangeLog
lisp/emacs-lisp/ert.el
test/ChangeLog
test/automated/ert-tests.el